AlphaAnimation
declare class AlphaAnimation {}
AlphaAnimation
Instance Method
constructor
Signature
declare class AlphaAnimation {
constructor(fromAlpha: number, toAlpha: number)
}
Description
Create a new alphaAnimation;
applyTransformation
Signature
declare class AlphaAnimation {
applyTransformation(interpolatedTime: number, t: Transformation): void
}
Description
Helper for getTransformation.
willChangeBounds
Signature
declare class AlphaAnimation {
willChangeBounds(): boolean
}
Description
Indicates whether or not this animation will affect the bounds of the animated view.
willChangeTransformationMatrix
Signature
declare class AlphaAnimation {
willChangeTransformationMatrix(): boolean
}
Description
Indicates whether or not this animation will affect the transformation matrix.